myapp/.cargo/config.toml
with the following content:myapp/Cargo.toml
with the following content:myapp/target/wasm32-wasip1/release/myapp.wasm
file.<binary_id>
). Make sure to save it, as it will be used in the following step.
2. Create the app by running the following API request:
app_name
is the unique name of your app.api_key
is your permanent API token.binary_id
is the ID of your uploaded Wasm binary.myapp/src/lib.rs
file with the following:Description of the parameters
Status code | Description |
---|---|
530 | Internal FastEdge error. |
531 | Application has exceeded the allowed memory limit. |
532 | Application has timed out. |
533 | Application has crashed. |